home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
daten
/
quickfile
/
examples
/
addressbook
/
addressbook.startup
< prev
next >
Wrap
Text File
|
1995-07-22
|
307b
|
17 lines
/* ARexx
AddressBook.startup
This is an example of an startup script. It just loads
additional views. It skips error checking which is a bad thing
Author: A Wigginton July 95
*/
"loadview AddrList.view"
"loadview SummOnly.view"
"loadview FieldWrap.view"
"loadview AddrLabels.view"